|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkrb5.lib.PrincipalName
krb5.lib.ServiceName
public class ServiceName
Class Description : ServiceName class. A modified version of the code obtained from the Open Group Research Institute.
Constructor Summary | |
---|---|
ServiceName(java.lang.String name)
Class constructor |
|
ServiceName(java.lang.String name,
java.lang.String realm)
Class constructor |
Method Summary |
---|
Methods inherited from class krb5.lib.PrincipalName |
---|
clone, equals, equalsWithoutRealm, getNameString, getNameStrings, getNameType, getRealm, getRealmString, setRealm, setRealm, toByteArray, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServiceName(java.lang.String name) throws RealmException
name
- String
RealmException
String
,
RealmException
public ServiceName(java.lang.String name, java.lang.String realm) throws RealmException
name
- Stringrealm
- String
RealmException
String
,
RealmException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |