public interface IAuthScheme
Modifier and Type | Method and Description |
---|---|
IAuthChallengeResponse |
getAuthChallengeResponse() |
int |
getAuthSchemeLevel() |
int |
getAuthSchemeOrderHint() |
String |
getChallengeResponseClassName() |
boolean |
getHasRedirect() |
String |
getName() |
String |
getRedirectURI() |
void |
setAuthSchemeLevel(int value) |
void |
setAuthSchemeOrderHint(int hint) |
void |
setChallengeResponseClassName(String value) |
void |
setHasRedirect(boolean value) |
void |
setRedirectURI(String value) |
void setChallengeResponseClassName(String value) throws PortalException
PortalException
String getChallengeResponseClassName() throws PortalException
PortalException
void setHasRedirect(boolean value) throws PortalException
PortalException
boolean getHasRedirect() throws PortalException
PortalException
void setRedirectURI(String value) throws PortalException
PortalException
String getRedirectURI() throws PortalException
PortalException
void setAuthSchemeLevel(int value) throws PortalException
PortalException
int getAuthSchemeLevel() throws PortalException
PortalException
IAuthChallengeResponse getAuthChallengeResponse() throws PortalException
PortalException
String getName() throws PortalException
PortalException
int getAuthSchemeOrderHint() throws PortalException
PortalException
void setAuthSchemeOrderHint(int hint) throws PortalException
PortalException