Interface IAuthScheme
public interface IAuthScheme
The IAuthScheme interface represents a registered IAuthScheme for the portal as well as exposing
an implementation of the runtime.
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
getName()
void
setAuthSchemeLevel
(int value) void
setAuthSchemeOrderHint
(int hint) void
void
setHasRedirect
(boolean value) void
setRedirectURI
(String value)
-
Method Details
-
setChallengeResponseClassName
- Throws:
PortalException
-
getChallengeResponseClassName
- Throws:
PortalException
-
setHasRedirect
- Throws:
PortalException
-
getHasRedirect
- Throws:
PortalException
-
setRedirectURI
- Throws:
PortalException
-
getRedirectURI
- Throws:
PortalException
-
setAuthSchemeLevel
- Throws:
PortalException
-
getAuthSchemeLevel
- Throws:
PortalException
-
getAuthChallengeResponse
- Throws:
PortalException
-
getName
- Throws:
PortalException
-
getAuthSchemeOrderHint
- Throws:
PortalException
-
setAuthSchemeOrderHint
- Throws:
PortalException
-