Package org.gluu.oxtrust.service
Class PairwiseIdService
- java.lang.Object
-
- org.gluu.oxtrust.service.PairwiseIdService
-
- All Implemented Interfaces:
java.io.Serializable,IPairwiseIdService
public class PairwiseIdService extends java.lang.Object implements IPairwiseIdService, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PairwiseIdService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GluuUserPairwiseIdentifier>findAllUserPairwiseIdentifiers(GluuCustomPerson person)java.lang.StringgetDnForPairWiseIdentifier(java.lang.String oxid, java.lang.String personInum)booleanremovePairWiseIdentifier(GluuCustomPerson person, GluuUserPairwiseIdentifier pairwiseIdentifier)
-
-
-
Method Detail
-
removePairWiseIdentifier
public boolean removePairWiseIdentifier(GluuCustomPerson person, GluuUserPairwiseIdentifier pairwiseIdentifier)
- Specified by:
removePairWiseIdentifierin interfaceIPairwiseIdService
-
getDnForPairWiseIdentifier
public java.lang.String getDnForPairWiseIdentifier(java.lang.String oxid, java.lang.String personInum)- Specified by:
getDnForPairWiseIdentifierin interfaceIPairwiseIdService
-
findAllUserPairwiseIdentifiers
public java.util.List<GluuUserPairwiseIdentifier> findAllUserPairwiseIdentifiers(GluuCustomPerson person)
- Specified by:
findAllUserPairwiseIdentifiersin interfaceIPairwiseIdService
-
-