org.apache.yoko.orb.csi
Interface AuthenticationInfo
public interface AuthenticationInfo
setX500Principal
void setX500Principal(X500Principal principal)
getX500Principal
X500Principal getX500Principal()
setPrincipalName
void setPrincipalName(String name)
getPrincipalName
String getPrincipalName()
setPassword
void setPassword(String name)
getPassword
String getPassword()
setRealm
void setRealm(String realm)
getRealm
String getRealm()
setAnonymous
void setAnonymous(boolean value)
isAnonymous
boolean isAnonymous()
setSubject
void setSubject(Subject subject)
getSubject
Subject getSubject()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.