KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > sasl > AuthorizeCallback

javax.security.sasl
Class AuthorizeCallback

java.lang.Object
  extended by javax.security.sasl.AuthorizeCallback
All Implemented Interfaces:
Serializable, Callback
See Also:
Source Code

public AuthorizeCallback(String authnID,
                         String authzID)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getAuthenticationID()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getAuthorizationID()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getAuthorizedID()
See Also:
setAuthorizedID(java.lang.String), setAuthorized(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isAuthorized()
See Also:
getAuthorizedID(), setAuthorized(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setAuthorized(boolean ok)
See Also:
setAuthorizedID(java.lang.String), isAuthorized()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setAuthorizedID(String id)
See Also:
getAuthorizedID(), setAuthorized(boolean)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags