public class AAFAuthn extends com.att.cadi.AbsUserCache<AAFPermission>
| Modifier and Type | Field and Description |
|---|---|
static com.att.cadi.SecuritySetter<com.att.aft.dme2.api.DME2Client> |
NULL_SECURITY_SETTER |
| Constructor and Description |
|---|
AAFAuthn(AAFCon con)
Configure with Standard AAF properties, Standalone
|
AAFAuthn(AAFCon con,
com.att.cadi.AbsUserCache<AAFPermission> cache)
Configure with Standard AAF properties, but share the Cache (with AAF Lur)
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRealm()
Return Native Realm of AAF Instance.
|
String |
validate(String user,
String password)
Returns null if ok, or an Error String;
|
public static final com.att.cadi.SecuritySetter<com.att.aft.dme2.api.DME2Client> NULL_SECURITY_SETTER
public AAFAuthn(AAFCon con) throws Exception
con - Exceptionpublic AAFAuthn(AAFCon con, com.att.cadi.AbsUserCache<AAFPermission> cache) throws Exception
con - ExceptionCopyright © 2015-07-20–2017 AT&T. All rights reserved.