uCosminexus Application Server, Security Management Guide
class SSOData
{
public SSOData();
public void setSecretData(String secretData)
throws CryptoException, UnsatisfiedLinkError, SecurityException;
public void setPublicData(String publicData);
public String getPublicData();
public Enumeration getMappingRealms();
public String getMapping(String realm);
public void setMapping(String realm,
String uid);
public void removeMapping(String realm);
}| Constructor/method name | Functionality |
|---|---|
| SSOData constructor | Creates an instance of the SSOData class. |
| getMapping method | Obtains a user ID associated with a realm name. |
| getMappingRealms method | Obtains a list of realms. |
| getPublicData method | Obtains PublicData. |
| removeMapping method | Deletes the specified realm. |
| setMapping method | Holds the name of a destination realm and user ID. |
| setPublicData method | Holds PublicData. |
| setSecretData method | Holds SecretData. |
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd