Package org.gluu.oxauth.service
Class SectorIdentifierService
- java.lang.Object
-
- org.gluu.oxauth.service.SectorIdentifierService
-
@ApplicationScoped public class SectorIdentifierService extends java.lang.Object
- Version:
- April 10, 2020
- Author:
- Javier Rojas Blum
-
-
Field Summary
Fields Modifier and Type Field Description protected AppConfiguration
appConfiguration
-
Constructor Summary
Constructors Constructor Description SectorIdentifierService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDnForSectorIdentifier(java.lang.String oxId)
Build DN string for sector identifierSectorIdentifier
getSectorIdentifierById(java.lang.String oxId)
Get sector identifier by oxIdjava.lang.String
getSub(IAuthorizationGrant grant)
java.lang.String
getSub(Client client, User user, boolean isCibaGrant)
-
-
-
Field Detail
-
appConfiguration
@Inject protected AppConfiguration appConfiguration
-
-
Method Detail
-
getSectorIdentifierById
public SectorIdentifier getSectorIdentifierById(java.lang.String oxId)
Get sector identifier by oxId- Parameters:
oxId
- Sector identifier oxId- Returns:
- Sector identifier
-
getDnForSectorIdentifier
public java.lang.String getDnForSectorIdentifier(java.lang.String oxId)
Build DN string for sector identifier- Parameters:
oxId
- Sector Identifier oxId- Returns:
- DN string for specified sector identifier or DN for sector identifiers branch if oxId is null
- Throws:
java.lang.Exception
-
getSub
public java.lang.String getSub(IAuthorizationGrant grant)
-
-