SubjectContext.setAuthenticated

Sets whether or not the constructed {@code Subject} instance should be considered as authenticated. Be careful when specifying {@code true} - you should know what you are doing and have a good reason for ignoring Shiro's default authentication state mechanisms.

@param authc whether or not the constructed {@code Subject} instance should be considered as authenticated.

interface SubjectContext
void
setAuthenticated
(
bool authc
)

Meta