org.wso2.solutions.identity.admin
Class RegisteredInfoCardInfoAdmin
java.lang.Object
org.wso2.solutions.identity.admin.RegisteredInfoCardInfoAdmin
public class RegisteredInfoCardInfoAdmin
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegisteredInfoCardInfoAdmin
public RegisteredInfoCardInfoAdmin()
registerNewInfoCardInformation
public void registerNewInfoCardInformation(java.lang.String ppid,
java.lang.String userId,
java.lang.String issuerInfo)
throws IdentityProviderException
- Throws:
IdentityProviderException
isRegistedInformationCard
public boolean isRegistedInformationCard(java.lang.String ppid)
throws IdentityProviderException
- Check whether there is a registered information card with the given ppid.
- Parameters:
ppid
- The ppid to be checked for.
- Returns:
- true if there is a registered card exists with the given ppid.
- Throws:
IdentityProviderException
getAllRegisteredInfoCards
public java.util.List getAllRegisteredInfoCards(java.lang.String userId)
throws IdentityProviderException
- Throws:
IdentityProviderException
getInfo
public RegisteredInfoCardInfoDO getInfo(java.lang.String ppid)
throws IdentityProviderException
- Throws:
IdentityProviderException
removeRegisteredInfoCard
public void removeRegisteredInfoCard(java.lang.String ppid)
throws IdentityProviderException
- Throws:
IdentityProviderException
extractPrimaryUserName
public java.lang.String extractPrimaryUserName(java.lang.String ppid)
throws IdentityProviderException
- This method extracts the primary username if there is one.
If there is no primary username ... null will be returned.
- Throws:
IdentityProviderException