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.String
getDnForPairWiseIdentifier(java.lang.String oxid, java.lang.String personInum)
boolean
removePairWiseIdentifier(GluuCustomPerson person, GluuUserPairwiseIdentifier pairwiseIdentifier)
-
-
-
Method Detail
-
removePairWiseIdentifier
public boolean removePairWiseIdentifier(GluuCustomPerson person, GluuUserPairwiseIdentifier pairwiseIdentifier)
- Specified by:
removePairWiseIdentifier
in interfaceIPairwiseIdService
-
getDnForPairWiseIdentifier
public java.lang.String getDnForPairWiseIdentifier(java.lang.String oxid, java.lang.String personInum)
- Specified by:
getDnForPairWiseIdentifier
in interfaceIPairwiseIdService
-
findAllUserPairwiseIdentifiers
public java.util.List<GluuUserPairwiseIdentifier> findAllUserPairwiseIdentifiers(GluuCustomPerson person)
- Specified by:
findAllUserPairwiseIdentifiers
in interfaceIPairwiseIdService
-
-