| java.lang.Object com.sun.portal.admin.server.PASMechanism
getName | public String getName()(Code) | | Returns the name of this mechanism. It must correspond to the
first field of the SASL/PLAIN authentication-id.
the name of this mechanism. |
handleNotification | public void handleNotification(Notification notification, Object handback)(Code) | | Invoked when a JMX notification occurs. If it is a
connection-closed or connection-failed notification, the
SSOToken is destroyed.
Parameters: notification - The notification. Parameters: handback - An opaque object which helps the listener toassociate information regarding the MBean emitter |
isIdentityAsserted | public boolean isIdentityAsserted()(Code) | | Indicates if this mechanism asserts identity.
a boolean value. |
isNotificationEnabled | public boolean isNotificationEnabled(Notification notification)(Code) | | Invoked before sending the specified notification to the
listener. Only JMX connection notification is of interest.
Parameters: notification - The notification to be sent. true if the notification is a JMXconnection notification. |
parse | public CallbackInfo parse(String authenticationID, String password, String[] authPieces, String[] passwdPieces) throws SecurityException(Code) | | Parses and validates the given credentials, returning a CallbackInfo.
a CallbackInfo value. Parameters: authenticationID - a String value. Parameters: password - a String value. Parameters: authPieces - a String[] value containing fields. Parameters: passwdPieces - a String[] value containing fields. exception: SecurityException - if an error occurs. |
|
|