getAuthenticatedConnection |
public
gov.va.med.vistalink.adapter.cci.VistaLinkConnection
getAuthenticatedConnection(): Retrieve the authenticated connection from this
principal after logon.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
return |
Output |
return value
gov.va.med.vistalink.adapter.cci.VistaLinkConnection: the authenticated Vista
connection, post-successful logon.
|
|
getKernelPrincipal |
public static
gov.va.med.vistalink.security.VistaKernelPrincipalImpl
getKernelPrincipal(javax.security.auth.Subject jaasSubject) throws
FoundationsException:
returns the single Kernel principal contained in a JAAS subject returned by a
JAAS LoginContext after a successful VistaLink logon to Vista.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
jaasSubject |
Input |
javax.security.auth.Subject jaasSubject: JAAS
subject returned by a JAAS LoginContext after a successful VistaLink logon to
Vista.
|
return |
Output |
return value
gov.va.med.vistalink.security.VistaKernelPrincipalImpl:
VistaKernelPrincipalImpl Kernel principal contained in the JAAS subject.
|
throws |
Output |
throws gov.va.med.exception.FoundationsException: If
no Kernel principal, or more than one, are found, an exception is thrown.
|
|
getName |
public java.lang.String getName():
get the Principal's full name from the New Person .01 field.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
return |
Output |
returns java.lang.String: the user name (from the New
Person .01 field) of the Principal.
|
|
getUserDemographicValue |
public java.lang.String
getUserDemographicValue(java.lang.String key): returns a given user
demographic value.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
key |
Input |
java.lang.String key: The key under which the
demographic value is stored.
|
return |
Output |
returns java.lang.String: the value of the
demographic value requested.
|
|