|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
For associating service to identity or server to identity.
For example: if we want to determine that service published at
http://abc.com:6060/secure/hello/
has kerberos identity (principal name) "SecureHelloService"
we can do:
IdentityPreference.setUri("http://abc.com:6060/secure/hello/"); Identity.Preference.setIdentity("SecureHelloService");
Method Summary | |
java.lang.String |
getIdentity()
Returns identity of the server or service. |
java.lang.String |
getUri()
Returns the uri of the server or service. |
void |
setIdentity(java.lang.String identity)
Sets identity of server or service to the given value. |
void |
setUri(java.lang.String uri)
Sets uri of the service or server to the given value. |
Method Detail |
public java.lang.String getUri()
public void setUri(java.lang.String uri)
uri
- String value of service or server.public java.lang.String getIdentity()
public void setIdentity(java.lang.String identity)
identity
- identity of the server or service to set to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |