Package com.pingidentity.access
Class KerberosRealmAccessor
java.lang.Object
com.pingidentity.access.KerberosRealmAccessor
Provides access to Kerberos Realms/Domains from the PingFederate engine.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.sourceid.saml20.domain.KerberosRealmgetKerberosRealm(String kerberosRealmId) Gets the KerberosRealm given the Kerberos Realm/Domain IDorg.sourceid.saml20.domain.KerberosRealmgetKerberosRealmByName(String kerberosRealmName) Gets the KerberosRealm given the Kerberos Realm/Domain Name
-
Constructor Details
-
KerberosRealmAccessor
public KerberosRealmAccessor()
-
-
Method Details
-
getKerberosRealm
Gets the KerberosRealm given the Kerberos Realm/Domain ID- Parameters:
kerberosRealmId- the ID of the Kerberos Realm/Domain- Returns:
- an KerberosRealm containing metadata for establishing a connection to the Kerberos Realm/Domain
-
getKerberosRealmByName
Gets the KerberosRealm given the Kerberos Realm/Domain Name- Parameters:
kerberosRealmName- the name of the Kerberos Realm/Domain- Returns:
- an KerberosRealm containing metadata for establishing a connection to the Kerberos Realm/Domain
-